home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / ZIPPED / DOS / CAD_CAM / WCEDT202.ZIP / READ.ME < prev    next >
Text File  |  1992-09-20  |  6KB  |  132 lines

  1. 1) Either add a new directory to your ACAD environment variable, or
  2.    copy all files to a directory which is in your environment path.
  3.  
  4.    EXAMPLE:
  5.       SET ACAD=C:\ACAD\SUPPORT;C:\WCEDIT
  6.  
  7. 2)  After entering AutoCAD, type
  8.    '(load "WC")'.
  9.  
  10. 3) Once registered, The command to run the editor is 'WC'.
  11.    At the AutoCAD command prompt, type 'WC'.
  12.  
  13. Notes:
  14.    Files pertinent to AutoCAD are:
  15.       WCEDIT.EXP
  16.       WCEDIT.HLP
  17.       WC.LSP
  18.       WCRLD.SCR
  19.       DICT.*
  20.  
  21.  
  22. Registering the product:
  23.  
  24.    1) Upon loading the program for the first time, you will be prompted
  25.       to register the product with the following screen:
  26.  
  27.    The program WCEDIT Version 2.01 was not initialized!
  28.  
  29. -----------------------------------------------------------------------------
  30. |The program WCEdit version 2.01 was not initialized!                       |
  31. |                                                                           |
  32. |If you have previously configured this program, be sure the file           |
  33. |ELSA.CFG is in your AutoCAD path, via the ACAD environment variable.       |
  34. |                                                                           |
  35. |If this is not the case you must call  1-800-272-ELSA to register this     |
  36. |product for use.  At that time we will ask you for the corresponding number|
  37. |to register this product.                                                  |
  38. |                                                                           |
  39. |Give us this code: XXX-XXX-XXX-XXX-XX                                      |
  40. |Enter the corresponding code now:                                          |
  41. |_                                                                          |
  42. |                                                                           |
  43. -----------------------------------------------------------------------------
  44.  
  45.    When you call to register the product, we will ask you for the number
  46.    which appears as XXX-XXX-XXX-XXX-XX.  At that time, we will give you
  47.    a corresponding matching number for that code.  Only one security number
  48.    will work per machine.
  49.  
  50.    Once accepted, the following prompt will  appear on your screen:
  51.          Code accepted. Program initialized.
  52.  
  53.    You must call to register this product, prior to use.  The cost
  54.    is, for a limited time, FREE.
  55.  
  56.    This process of registration allows you to copy this program, and
  57.    all it's parts to friends and associates for demonstration purposes.
  58.    This process is also intended to give you immediate product upon
  59.    request, without the need for transport.
  60.  
  61.  
  62. ************* CHANGES FROM VER 2.0 TO VER 2.01 *****************
  63. WCEdit 2.0 was previously restricted to files containing less than
  64. 65000 lines of text.  This restriction has now been removed.
  65.  
  66. WCEdit 2.0 loaded large files (over 100k) rather slowly.  2.01 fixes
  67. this problem bench marked at 2.4 meg in 20 seconds 486/33 w/cache.
  68.  
  69. The following AutoLISP functions have changed from int to real:
  70.  
  71. (WC_STATISTICS)
  72.      0  string    left or Main buffer name with path.
  73.      1  string    right buffer name with path.
  74.      2  int       number of lines in file, starts w/line no. 1.
  75.      3  int       blocking in effect in active buffer: 0 = none,1 = yes
  76.      4  int       mark type:  1 = line, 2 = block
  77. *    5  real      key code of last key entered.
  78. *    6  real      column number of first column in window.
  79. *    7  real      row number of first row in window.
  80. *    8  real      markx1 [starting column].
  81. *    9  real      marky1 [starting row].
  82. *    10 real      markx2 [ending column, may be before starting column].
  83. *    11 real      marky2 [ending row, may be above starting row].
  84.      12 int       file changed = 1.
  85.      13 int       number buffers in editor.
  86.      14 int       The current side of screen may have
  87.                   the following values for the active
  88.                   buffer's position and also may be
  89.                   used to establish the windowing
  90.                   scenario in affect:
  91.                0 - Single window.
  92.                1 - Vertical windows. Current is right.
  93.                2 - Vertical windows. Current is left.
  94.                3 - Horizontal windows. Current is top.
  95.                4 - Horizontal windows. Current is bottom.
  96.      15 int       current x position on screen [starts @ 0].
  97.      16 int       current y position on screen [starts @ 0].
  98.      17 string    Help file name with path.
  99.      18 int       current file index - which file out of nth 13.
  100.      19 int       current line mode [25,43 or 50].
  101.  
  102. (WC_MOVE_RIGHT  real)   returns real
  103. (WC_MOVE_LEFT   real)   returns real
  104. (WC_MOVE_DOWN   real)   returns real
  105. (WC_MOVE_UP     real)   returns real
  106. (WC_ROW         real)   returns real
  107. (WC_COL         real)   returns real
  108. (WC_STUFFKEY    real)   returns real
  109.  
  110. ************* CHANGES FROM VER 2.01 TO VER 2.02 *****************
  111. 2 bugs caused off by one problems in the spell checker C:SPELL and 
  112. AutoCAD text editor C:TEDIT
  113.  
  114. Brackets for single time comprehension now include:
  115.    {} () and [].
  116.  
  117. When in color mode, the comments were previously in dark gray color.
  118. This is now a variable.
  119.  
  120. Added a command to remove ALL buffers from memory without saving them.
  121.  
  122. When in the directory/file dialog box to select a new or existing file
  123. for edit, you may now type in a directory at the file prompt and
  124. this will cause that directory to be the active one.  You must end
  125. the file string with a trailing backslash \.
  126. For example, to reference <move to> the directory ACAD\SUPPORT
  127. you would type in 
  128.    \ACAD\SUPPORT\
  129.  
  130. The Changing case of text command now allow UPPERCASE,LOWERCASE
  131. and ENTER to flip each char individually.
  132.